@font-face {
  font-family: 'roboto slab';
  src: url(../fonts/RobotoSlab-VariableFont_wght.ttf) format('truetype');
}
p{
  text-align: left;
  color: #090085;
  font-size: 18pt;
 }
 .text{
  color: blue;
 }
 h1{
  padding-top: 100px;
  font-family: 'roboto slab';
   text-align: center;
   color: #193AFF ;
   font-size: 40pt;
 }

 h2{
  font-family: 'roboto slab';
   font-size: 21pt;  
   color: #555f96;
   text-alrgb(151, 97, 17)
 }

 .border{
   border-style: double;
   border: 2px solid black;
   border-radius: 12px;
   padding: 5px;
 }

 body {
  font-family: 'roboto slab';
   margin: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   font-family: Arial, sans-serif;
   background: linear-gradient(to bottom,#FFC819,#AA934A); 
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
     background-image: url(../Imgs/pictures/contact\ back\ dark.jpg);
 }

 .image-container {
   display: flex;
   justify-content: center;
 }

 .image-container2 {
   display: flex;
   justify-content: center;
 }
 
 .round-image {
   width: 200px;
   height: 200px;
   overflow: hidden;
   border-radius: 50%;
   margin-right: 150px;
   margin-top: 25px;
   align-items: center;
   box-shadow: 30px 2px 8px rgba(0, 0, 0, 0.416);
   transition: transform 0.3s ease; 
 }
 
 .round-image:hover {
   transform: scale(1.1);
 }
 
 .round-image:last-child {
   margin-right: 0; 
 }
 
 .round-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .container {
   display: flex;
   justify-content: center; 
   align-items: center; 
   height: 100%; 
 }
 
 #info-container {
   position: fixed;
   bottom: 20px;
   left: 50%; 
   transform: translateX(-50%);
   background-color: rgba(255, 255, 255, 0.9);
   padding: 20px;
   border-radius: 10px;
   text-align: center;
 }

button{
  top: 0;

  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.form-group {
  color: #090085;
  text-align: center;
  align-items: center;
  margin-bottom: 17px;
}

label {
  display: block;
  align-items: center;
  text-align: center;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 50%;
  align-items: center;
  text-align: center;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 5px;
}
.button{
  text-align: center;
  align-items: center;
}
button:hover {
  background-color: #0056b3;
}
.form-text{
  text-decoration: blue;
}